Uses of Class
edu.claflin.finder.algo.edgebetweennessutils.AbstractGraph
-
Packages that use AbstractGraph Package Description edu.claflin.finder.algo.edgebetweennessutils -
-
Uses of AbstractGraph in edu.claflin.finder.algo.edgebetweennessutils
Subclasses of AbstractGraph in edu.claflin.finder.algo.edgebetweennessutils Modifier and Type Class Description classAbstractTypedGraph<V,E>An abstract class for graphs whose edges all have the sameEdgeType.classSparseGraph<V,E>An implementation ofGraphthat is suitable for sparse graphs and permits both directed and undirected edges.classUndirectedSparseGraph<V,E>An implementation ofUndirectedGraphthat is suitable for sparse graphs.
-